'Declaration Protected Overloads Overridable Sub OnStarted( _
ByVal argsThe ProcessingEventArgs instance containing the event data.As ProcessingEventArgs _
)
protected virtual void OnStarted(
ProcessingEventArgs args
)
protected: virtual void OnStarted(
ProcessingEventArgs* args
)
protected:
virtual void OnStarted(
ProcessingEventArgs^ args
)
Parameters
- args
- The ProcessingEventArgs instance containing the event data.